home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / aa_m68k_Intel_Only / HippoDraw.app / Hippo.bundle / InspectAxes.nib / data.classes < prev    next >
Encoding:
Text File  |  1993-07-26  |  1.8 KB  |  134 lines

  1. FineSlider = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = Slider;
  7. };
  8. Plot2D = {
  9.     SUPERCLASS = Plot1D;
  10. };
  11. Plot1D = {
  12.     OUTLETS = {
  13.     hcntl;
  14.     bkCache;
  15.     };
  16.     SUPERCLASS = View;
  17. };
  18. FirstResponder = {
  19.     ACTIONS = {
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. InspectAxes = {
  24.     ACTIONS = {
  25.     labelOption:;
  26.     resetTitle:;
  27.     tickOption:;
  28.     rebinForm:;
  29.     titleForm:;
  30.     axisSelection:;
  31.     scaleOption:;
  32.     rebin:;
  33.     scaleType:;
  34.     tickLength:;
  35.     scaleFontSize:;
  36.     limitCheck:;
  37.     };
  38.     OUTLETS = {
  39.     TickLength;
  40.     rbSlider0;
  41.     zpbutton;
  42.     titleForm;
  43.     rbForm;
  44.     ScaleFontSize;
  45.     rbSlider3;
  46.     limitCheckButton;
  47.     AxisSelection;
  48.     rbSlider1;
  49.     LabelMatrix;
  50.     TickMatrix;
  51.     logScaleButton;
  52.     autoScaleButton;
  53.     ScaleMatrix;
  54.     rbSlider2;
  55.     };
  56.     SUPERCLASS = InspectBase;
  57. };
  58. InspectBase = {
  59.     ACTIONS = {
  60.     windowDidUpdate:;
  61.     };
  62.     OUTLETS = {
  63.     contentBox;
  64.     };
  65.     SUPERCLASS = Object;
  66. };
  67. HGraphicView = {
  68.     ACTIONS = {
  69.     cut:;
  70.     unoverlay:;
  71.     prefPanel:;
  72.     alignYRange:;
  73.     alignYNumBins:;
  74.     alignAll:;
  75.     alignSize:;
  76.     delete:;
  77.     addPage:;
  78.     alignXNumBins:;
  79.     alignXRange:;
  80.     overlay:;
  81.     prefButton:;
  82.     };
  83.     OUTLETS = {
  84.     prefPanel;
  85.     rotateCursor;
  86.     tupleList;
  87.     plotList;
  88.     cutList;
  89.     prefForm;
  90.     };
  91.     SUPERCLASS = GraphicView;
  92. };
  93. GraphicView = {
  94.     ACTIONS = {
  95.     takeTextColorFrom:;
  96.     paste:;
  97.     alignToGrid:;
  98.     selectAll:;
  99.     hideGrid:;
  100.     takeGridValueFrom:;
  101.     changeAspectRatio:;
  102.     group:;
  103.     delete:;
  104.     takeLineJoinFrom:;
  105.     takeFrameValueFrom:;
  106.     takeGridGrayFrom:;
  107.     bringToFront:;
  108.     enableGrid:;
  109.     takeLineArrowFrom:;
  110.     setCurrentGraphic:;
  111.     ungroup:;
  112.     takeGrayValueFrom:;
  113.     changeFont:;
  114.     unlock:;
  115.     takeLineWidthFrom:;
  116.     deselectAll:;
  117.     copy:;
  118.     takeLineCapFrom:;
  119.     sizeToGrid:;
  120.     sendToBack:;
  121.     takeFillColorFrom:;
  122.     takeFillValueFrom:;
  123.     takeLineColorFrom:;
  124.     lock:;
  125.     cut:;
  126.     };
  127.     OUTLETS = {
  128.     slist;
  129.     cacheWindow;
  130.     glist;
  131.     };
  132.     SUPERCLASS = View;
  133. };
  134.